Skip to content

Avoid several copies into pageable CUDA memory#1223

Closed
stephenswat wants to merge 1 commit into
acts-project:mainfrom
stephenswat:perf/avoid_pageable_copies
Closed

Avoid several copies into pageable CUDA memory#1223
stephenswat wants to merge 1 commit into
acts-project:mainfrom
stephenswat:perf/avoid_pageable_copies

Conversation

@stephenswat
Copy link
Copy Markdown
Member

This commit replaces some of our copies (particularly through vecmem's get_size function) into pageable memory by copies into pinned memory. This provides a roughly 10% throughput increase.

This commit replaces some of our copies (particularly through vecmem's
`get_size` function) into pageable memory by copies into pinned memory.
This provides a roughly 10% throughput increase.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Dec 9, 2025

@stephenswat
Copy link
Copy Markdown
Member Author

Superseded by #1235.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant